home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Extra 10 / Erect Magazine Extra 10 - Disc 2.iso / mac / Menu.DIR / 00001.ls next >
Encoding:
Text File  |  1996-12-05  |  230 b   |  12 lines

  1. on mouseDown
  2.   set spriteNum to the clickOn
  3.   puppetSound("CLICK.AIF")
  4.   updateStage()
  5.   waittime(2)
  6.   repeat while the stillDown
  7.     nothing()
  8.   end repeat
  9.   put "Mov" & spriteNum - 10 into field "JumpName_T"
  10.   go(marker(1))
  11. end
  12.